Skip to content

chore(gitv-tui): release v0.4.2#104

Merged
JayanAXHF merged 1 commit intomainfrom
release-plz-2026-03-21T11-48-41Z
Mar 31, 2026
Merged

chore(gitv-tui): release v0.4.2#104
JayanAXHF merged 1 commit intomainfrom
release-plz-2026-03-21T11-48-41Z

Conversation

@JayanAXHF
Copy link
Copy Markdown
Owner

@JayanAXHF JayanAXHF commented Mar 21, 2026

🤖 New release

  • gitv-tui: 0.4.1 -> 0.4.2 (✓ API compatible changes)
Changelog

0.4.2 - 2026-03-31

Bug Fixes

  • Fixed issue body not being editable and not having reactions

Other

  • bump flake.lock


This PR was generated with release-plz.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 21, 2026

Greptile Summary

This is an automated release PR generated by release-plz that bumps gitv-tui from 0.4.1 to 0.4.2 — a patch-level, API-compatible release.

  • Cargo.toml: version field updated from 0.4.10.4.2
  • Cargo.lock: gitv-tui package entry updated to reflect the new version
  • CHANGELOG.md: new [0.4.2] section inserted, listing a single miscellaneous task ("update Cargo.lock dependencies")

Minor observation: the CHANGELOG.md entry describes "update Cargo.lock dependencies", but the actual Cargo.lock diff only reflects the gitv-tui version bump itself — no transitive dependency versions changed. This is a cosmetic inconsistency in the changelog wording (likely inherited from the commit message used to trigger the release), and it has no functional impact.

Important Files Changed

Filename Overview
Cargo.toml Version bump from 0.4.1 to 0.4.2; no other changes.
Cargo.lock Reflects the version bump of gitv-tui from 0.4.1 to 0.4.2; no dependency version changes are present in the diff.
CHANGELOG.md New v0.4.2 entry added above v0.4.1, noting a Cargo.lock dependency update under Miscellaneous Tasks.

Sequence Diagram

sequenceDiagram
    participant RP as release-plz (CI)
    participant CH as CHANGELOG.md
    participant CT as Cargo.toml
    participant CL as Cargo.lock
    participant CR as crates.io

    RP->>CH: Insert [0.4.2] entry
    RP->>CT: Bump version 0.4.1 → 0.4.2
    RP->>CL: Update gitv-tui entry to 0.4.2
    RP->>CR: Publish gitv-tui v0.4.2
Loading

Last reviewed commit: "chore(gitv-tui): rel..."

@JayanAXHF JayanAXHF force-pushed the release-plz-2026-03-21T11-48-41Z branch 2 times, most recently from 0614c83 to 8f9e152 Compare March 31, 2026 08:19
@JayanAXHF JayanAXHF force-pushed the release-plz-2026-03-21T11-48-41Z branch from 8f9e152 to f2d13b0 Compare March 31, 2026 08:21
@JayanAXHF JayanAXHF merged commit ab3c866 into main Mar 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant